MAKE PARTICLES

This command will create a particles object using a specified image and radius.

  Syntax
MAKE PARTICLES Particle Number, Image Number, Frequency, Radius
  Parameters
Particle Number
Integer
The particle object number
Image Number
Integer
The image number
Frequency
Integer
The frequency value
Radius
Float
The radius value

  Returns

This command does not return a value.

  Description

A particles object will emit single particles given a default set of rules than can be changed using the particle commands.

  Example Code
load image "spec.bmp",3
make particles 3, 3, 10, 10.0
position particles 3, -3, 0, 10
position camera 0,1,0
point camera 0,1,400
do
loop
delete particles 3
end
  See also

PARTICLES Commands Menu
Index